{% extends 'base_dashboard.html' %} {% block title %}Unlock code {{ session.code }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Share this code with the candidate in the live meeting
{{ session.code }}
{{ session.application.candidate.get_display_name }} · {{ session.application.program.title }}
{% if session.meeting_url %} Open meeting {% endif %}
Expires {{ session.expires_at }} · {% if session.unlocked_at %}Used{% elif session.is_revoked %}Revoked{% else %}Active{% endif %}
Back to queue
{% endblock %}